h1 {
    color: #003e90;
    font-size: 48px;
    font-family: "Inter-Bold";
    margin-top: 60px;
}
.link-panel .panel-heading {
    font-size: 28px;
    color: #203C87;
    font-weight: bold;
    text-align: center;
    background-color: #f2f5f9;
    padding-top: 15px;
    border-bottom: transparent;
}
.link-panel {
    border: 2px solid #003e90;
    background-color: #f2f5f9;
    min-height: 230px;
}
.link-panel {
    border: 2px solid #003e90;
    background-color: #f2f5f9;
    min-height: 230px;
    border-top: 2px solid #003e90 !important;
    border-left: 2px solid #003e90 !important;
    border-right: 2px solid #003e90 !important;
}

@media (min-width:1536px) and (max-width:1920px) {
a#btn1 {
    background: #003E90;
    color: #fff;
    font-family: 'Inter-Regular';
    width: auto !important;
    padding: 15px;
    width: 35% !important;
    margin-left: 33%;
}
}
@media (min-width:1440px) and (max-width:1535px) {
    a#btn1 {
        margin-left: 33%;
    }
}